igo2008_poi: New style to support iGO2008 points of interest (unicode text).
authoroliskoli <oliskoli>
Fri, 5 Sep 2008 19:11:16 +0000 (19:11 +0000)
committeroliskoli <oliskoli>
Fri, 5 Sep 2008 19:11:16 +0000 (19:11 +0000)
style/igo2008_poi.style [new file with mode: 0644]

diff --git a/style/igo2008_poi.style b/style/igo2008_poi.style
new file mode 100644 (file)
index 0000000..477dc46
--- /dev/null
@@ -0,0 +1,33 @@
+# gpsbabel XCSV style file
+#
+# Format: iGO2008 points of interest
+# Author: Olaf Klein
+#   Date: 09/05/2008
+#
+DESCRIPTION            iGO2008 points of interest (.upoi)
+EXTENSION              upoi
+DATATYPE               WAYPOINT
+#
+# FILE LAYOUT DEFINITIIONS:
+#
+FIELD_DELIMITER                PIPE
+RECORD_DELIMITER       CRNEWLINE
+BADCHARS               "|
+ENCODING               MS-ANSI
+#
+# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:
+#
+IFIELD INDEX,"1","%d"
+IFIELD DESCRIPTION, "", "%s"
+IFIELD SHORTNAME, "", "%s"
+IFIELD IGNORE, "", "%s"                # nothing
+IFIELD LAT_DECIMAL, "", "%.6f"
+IFIELD LON_DECIMAL, "", "%.6f"
+IFIELD IGNORE, "", "%s"                # Name of map
+IFIELD IGNORE, "", "%s"                # nothing
+IFIELD POSTAL_CODE, "", "%s"
+IFIELD CITY, "", "%s"
+IFIELD STREET_ADDR, "", "%s"           # Street without number
+IFIELD IGNORE, "", "%s"                # Street number
+IFIELD NOTES, "", "%s"
+IFIELD PHONE_NR, "", "%s"